From: Michael Zoran Date: Sun, 15 Jan 2017 05:46:04 +0000 (-0800) Subject: ARM64: Use dwc_otg driver by default for USB. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~9^2~69 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=d3d1844c4bdf4f57179603c588ae6dd506e48e71;p=linux-4.9.git ARM64: Use dwc_otg driver by default for USB. If it breaks on anybody, they can use the standard device tree overlays to switch back to the dwc2 driver. Signed-off-by: Michael Zoran --- diff --git a/arch/arm/boot/dts/bcm2710.dtsi b/arch/arm/boot/dts/bcm2710.dtsi index f6def5d7e5d6..3e134a120861 100644 --- a/arch/arm/boot/dts/bcm2710.dtsi +++ b/arch/arm/boot/dts/bcm2710.dtsi @@ -146,10 +146,3 @@ interrupts = <8>; }; -#ifdef RPI364 -&usb { - compatible = "brcm,bcm2835-usb"; - reg = <0x7e980000 0x10000>; - interrupts = <1 9>; -}; -#endif